home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FM121WB.ZIP / SAMPLE.CFG < prev   
Encoding:
Text File  |  1996-01-29  |  2.7 KB  |  90 lines

  1. ; Sample FMOVE configuration file.
  2.  
  3. ; All commands must start in the first column. Any line starting with
  4. ; a space or ';' will be considered a comment.
  5.  
  6. ; Global Verbs
  7.  
  8. ; Days is used by the move command. If a file is older than "Days" then
  9. ; it will be moved. If newer than "Days" then it will be left alone.
  10.  
  11. Days 30
  12.  
  13. ; This is the mode of operation. If you use FilesBBS you will have to
  14. ; specify full pathnames for the move and kill commands. Max3 mode will
  15. ; allow you to use area names instead. Do not use Max3 with this beta.
  16. ; The next beta will include the max3 support.
  17. ;
  18. ; Remove descriptions of missing files.
  19. ;
  20. Remiss
  21. ;
  22. ; Keep descriptions in original file area when moving and killing files.
  23. ;
  24. ;KeepOrg
  25. ;
  26. ; What BBS software are you using? The BBSPath command is required for
  27. ; Max3 support only. This is not required when using the FilesBBS support.
  28. ;
  29. BBS Max3
  30. ;BBS FilesBBS
  31. BBSPath D:\MAX
  32. ;
  33. ; Path to your reindexing program, usually either FB.EXE or QFB.EXE.
  34. ; Currently any switches on this command will be ignored.
  35. ;
  36. Reindex d:\max\Qfb.exe
  37. ;
  38. ; ArcFile is used to archive description of killed files. This can be
  39. ; used so that when a file is restored from a backup, you still have
  40. ; the description that can be moved to files.bbs
  41.  
  42. ArcFile d:\bbslogs\descr.log
  43. LogFile d:\bbslogs\fmove.log
  44.  
  45. ; Scanner defines the virus scanner to use for the scanmove command.
  46. ; If this is not defined then it is assumed to be SCAN.EXE. If you do
  47. ; not define a scanner here then SCAN.EXE is assumed to be in your path.
  48. ; You may define up to three virus scanners.
  49.  
  50. ; End of Global commands
  51.  
  52. ; Action verbs
  53.  
  54. ; Move is used to move files from one area to another. The first path
  55. ; listed is the source path, and the second path listed is the target
  56. ; path. There must be a files.bbs file in the source directory for this
  57. ; command to work. *** DO NOT PUT TRAILING '\' ON PATHS ***
  58.  
  59. ; You can also put an age at the end of the move command line. If the
  60. ; number of days exists at the end of the move line then the global
  61. ; Days option is ignored.
  62.  
  63. ; I use this to move files that have been virus scanned to a secure
  64. ; directory. If you want to move all files in the source directory make
  65. ; sure that you either omit the global verb "Days" or put "Days 0" in
  66. ; place of "Days 60" above.
  67.  
  68. ;Exclude max301?.*
  69. ;Exclude Bw*.*
  70.  
  71.  
  72. Schedule Move
  73.  
  74. ;Move c:\files\uncheck c:\files\new  -d0
  75. ;Move c:\files\sdn    c:\file\oldsdn -d60
  76.  
  77. End Schedule
  78.  
  79. ; Kill is used to kill files in an area. Be careful with this one if
  80. ; you omit the number of days on this line then all files will be killed
  81. ; in the area specified.
  82.  
  83. Schedule Kill
  84.  
  85. ;Kill d:\files\oldsdn -d90
  86.  
  87. End Schedule
  88.  
  89. ; End of Sample configuration
  90.